home *** CD-ROM | disk | FTP | other *** search
/ USGS: US Seabed Offshore Surficial Sediment Data / USGS US Seabed Offshore Surficial Sediment Data Release v1.0.iso / htmldocs / custom.css < prev    next >
Cascading Style Sheet File  |  2006-06-05  |  4KB  |  69 lines

  1. /* ================INSTRUCTIONS=================*/ 
  2. /* By changing the classes below, you can add your own custom banner image and/or custom site title bar. In order for your changes to work though, you MUST include a reference in your HTML pages to both the universal CSS file and custom CSS file in that order.
  3.  
  4. Instructions are provided below for customizing these classes.
  5.  
  6. /* ================BANNER=======================*/  
  7. /* TO DISPLAY A CUSTOM BANNER IMAGE: 
  8. If you want to display a custom banner, change the "background: url" to point to a local banner, or external, image location.
  9.  
  10. TO DISPLAY A CUSTOM BANNER COLOR (NO IMAGE): 
  11. If you would rather display a color instead of a banner image, change the "background: url" to point to "" and set the "background-color" to whatever color you wish to display.
  12. NOTE: You can use either hexadecimal color codes (i.e. - #000000) or HTML color names (i.e. - "black"). */ 
  13. .banner { background-image: url(../images/usseabed_banner.jpg); background-repeat: no-repeat; background-position: 75% 0; right: 1em; } 
  14. DIV.bannerColorBand, DIV.banner { 
  15.         background-color: black; 
  16. /* ================SITE TITLE===================*/ 
  17. /* TO DISPLAY A CUSTOM SITE TITLE BAR: 
  18. The .siteTitle class is specific to the colored site title bar that lies beneath the USGS identifier. To change the color of this bar, set the "background-color" attribute below to the color you wish to display and change the "color" attribute to set the text color.
  19. NOTE: You can use either hexadecimal color codes (i.e. - #000000) or HTML color names (i.e. - "black"). */ 
  20.  
  21. Div.siteTitle, #pTitle { 
  22.      background-color: #7d7d73; 
  23.      color: #ffffff; 
  24. /* =============STANDARD CONTENT===============*/ 
  25. /* TO CHANGE THE TEXT SIZE OF THE CONTENT:
  26. By default, USGS has set the font size to "small" in order to provide a consistent size for content across all pages. If you would prefer not to have a pre-defined font size for your pages, change the "font-size" attributes below to "font-size: 100%;". */
  27.  
  28. .menu   { 
  29.     color: #ffffff;
  30.     font-size: 12px;
  31.     font-family: Arial, Helvetica, sans-serif;
  32.     font-style: normal;
  33.     font-weight: bold;
  34.     font-stretch: normal; 
  35.     margin-top: 0px;
  36.     margin-bottom: 2px;
  37. }
  38. .menuBand { background-color: black; width: 100%; }
  39. .date { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: oblique; color: #ffffff; background-color: black; text-align: center; padding-bottom: 0.2em; border-bottom: 0.1em solid white; }
  40. .sideTitle { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: medium; font-weight: normal; padding: 5px; font-style: oblique; background-color: #7d7d73; color: yellow; text-align: center; }
  41. .csa { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #ffffff; margin-left: 4px; text-decoration: none; }
  42. A.csa:visited { margin-left: 4px; text-decoration: none; }
  43. A.csa:hover { margin-left: 3px; text-decoration: none; }
  44. A.csa:active { margin-left: 4px; text-decoration: none; }
  45. .rightnavtxt { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; text-decoration: none; font-weight: bold; padding-left: 0.5em; }
  46. A.rightnavtxt:active {
  47.     font-family: Verdana, Arial, Helvetica, sans-serif;
  48.     font-size: 11px;
  49.     color: #FFFFFF;
  50.     text-decoration: none;
  51.     font-weight: bold;
  52. }
  53. A.rightnavtxt:hover {
  54.     font-family: Verdana, Arial, Helvetica, sans-serif;
  55.     font-size: 11px;
  56.     color: #FFFFFF;
  57.     text-decoration: underline;
  58.     font-weight: bold;
  59. }
  60. A.rightnavtxt:link {
  61.     color: #FFFFFF;
  62. }
  63. A.rightnavtxt:visited {
  64.     color: #FFFFFF;
  65. }
  66.  
  67.